I found the answer. You simply need to plot the points like this : plot3(m(i,1) , m(i,2) , m(i,3) , 'Color' , [0.5 0.5 0] , 'Marker' , '*');. ... <看更多>
Search
Search
I found the answer. You simply need to plot the points like this : plot3(m(i,1) , m(i,2) , m(i,3) , 'Color' , [0.5 0.5 0] , 'Marker' , '*');. ... <看更多>
Good Colors to Use Lighter ... Nice ligher colors to use in matlab. ... blue = [114 147 203]./255;. red = [211 94 96]./255;. black = [128 133 133]./255;. green = [ ... ... <看更多>